home *** CD-ROM | disk | FTP | other *** search
/ CD Exchange / CD Exchange - Volume 1.iso / utils / disk / powercache / documentation / history.txt < prev    next >
Encoding:
Text File  |  1993-06-17  |  4.8 KB  |  113 lines

  1.  
  2.                          The History of PowerCache
  3.  
  4. This  file  contains  descriptions  of  the specific changes and fixes that
  5. occur  in the different releases of PowerCache.  The most recent version is
  6. first in the list.
  7.  
  8. The following list of abbreviations indicate the nature of the change:
  9.  
  10. MIN - Minor bug fixed
  11. MAJ - Major bug fixed
  12. NEW - New feature
  13. CH  - Change in operation
  14. OPT - Optimization or improvement of existing feature
  15.  
  16. -----------------------------------------------------------------------------
  17. PowerCache 37.46 - First public release - ENJOY!
  18.  
  19. 18-Jun-1993    CH    NOHELP keyword replaced by a checkbox in the main
  20.             window
  21.         NEW    Implemented USEHELP ARexx command (a la BEEP/POPUP)
  22.         MIN    Minor syntax error in The Installer script corrected
  23.         MIN    Starting PowerCache from another directory than the
  24.             current one meant no online help, unless PowerCache:
  25.             had been correctly assigned. Fixed.
  26.         OPT    Excessive use of message ports (or, to be precise,
  27.             signal bits) would result in failure to use more
  28.             than three caches at a time, or open more than five
  29.             different windows of any type (info, statistics, etc).
  30.             PowerCache now only creates message ports where it
  31.             is strictly necessary.
  32.         MIN    Opened devices were not always being closed when the
  33.             cache initialization code failed. Fixed.
  34.         MIN    'Currently Cached' listview was not being properly
  35.             updated after a Remove Cache operation. Fixed.
  36.         MIN    Bug in the preferences file loading fixed.
  37.         NEW    'Currently Cached' listview entries now show cache
  38.             mode and type, as well as cache dimensions
  39.         NEW    All windows can now be okayed by hitting RETURN or
  40.             ENTER, and cancelled using ESCape (as opposed to
  41.             pressing gadget shortcut keys or using the mouse)
  42.         MIN    PowerCache would generate a [harmless] Enforcer hit
  43.             when pressing HELP over a LISTVIEW gadget. Fixed.
  44.  
  45. -----------------------------------------------------------------------------
  46. PowerCache 37.35 - Second round of bug fixes
  47.  
  48. 5-Jun-1993    NEW    All gadgets now have keyboard shortcuts
  49.         CH    No longer Inhibit()s drives before caching them
  50.         MIN    PREFSFILE keyword didn't work
  51.         MIN    'Beep' feature now works as advertised
  52.         OPT    Cache routines made faster
  53.         OPT    Read-only caches are now 30-50% faster than
  54.             read/write caches.
  55.         OPT    Cache write operations sped up. With a prefetch of 1,
  56.             no drive access will occur even if a large file is
  57.             copied onto the drive. It stays entirely in the cache.
  58.         MIN    On exit, PowerCache would reset all device function
  59.             vectors - even those which it had failed to
  60.             initialize. Fixed.
  61.         MIN    Auto-configuration code was broken. It now works as
  62.             described in the docs.
  63.         MIN    If PowerCache was stopped while its child task was
  64.             busy purging a cache, either PowerCache or the child
  65.             would hang (and the drive would not be completely
  66.             updated). Fixed.
  67.         CH    Cache flush child task (executed when a cache times
  68.             out) is now "interruptable" so to speak. A Dir df0:
  69.             would take forever if the drive was being updated by
  70.             PowerCache. The Dir operation now takes precedence
  71.             over the flush operation, which will be postponed
  72.             until the drive becomes idle once again.
  73.         MIN    PowerCache would hang or crash if reqtools.library
  74.             could not be opened. Fixed.
  75.         NEW    PowerCache now waits for a validating drive to settle
  76.             down before adding a cache to it.
  77.         MIN    Failure to allocate a cache line of the type selected
  78.             for that cache would cause a horrible system crash.
  79.             Fixed.
  80.         CH    Pressing HELP over the main preferences window now
  81.             links AmigaGuide to the HelpInfo section in the manual,
  82.             and not simply to Main (the first node).
  83.         MIN    Low-memory handler was not being removed when quitting
  84.             PowerCache. Would cause instant guru if PowerCache
  85.             was stopped and the system then ran low on memory.
  86.         MIN    Delay time for statistics windows was only being
  87.             ajusted once, not once per second. Fixed.
  88.         OPT    Window refreshing (after a Zoom operation) is now
  89.             optimized and fully compliant with C= guidelines.
  90.         MIN    The Install window wasn't refreshing gadtools
  91.             gadgets at all. It now does.
  92.         MIN    A small error in the cache editing function could
  93.             cause unpredictable behaviour (that means GURU) when
  94.             okaying changes. Fixed.
  95.  
  96. -----------------------------------------------------------------------------
  97. PowerCache 37.15 - First round of bug fixes
  98.  
  99. 25-May-1993    MIN    PowerCache would crash if started twice (it will now
  100.             correctly wake up the dormant copy and exit)
  101.         MIN    Purge gadget in Cache Edit window would lock up
  102.             PowerCache. Fixed.
  103.         MIN    Internal structure arbitration tightened up. Could
  104.             cause lockups if removing a cache from a frantically
  105.             active drive.
  106.         OPT    Cache buffer loading routines are now faster.
  107.         NEW    Added NOHELP switch/tooltype
  108.  
  109. -----------------------------------------------------------------------------
  110. PowerCache 37.10 - Internal beta (first attempt)
  111.  
  112. 17-May-1993    -    History begins.
  113.